home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
SphereShift.dxr
/
Internal_3_direction buttons.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
245 b
|
16 lines
property spriteNum, direction
on new me, mySpriteNum
me.spriteNum = mySpriteNum
me.direction = setDirection()
return me
end
on setDirection me
return symbol(sprite(spriteNum).member.name)
end
on getDirection me
return direction
end